Autodesk.AutoCAD.DatabaseServices Namespace > PathRef Class > PathRef Constructor > PathRef(EdgeRef[]) Constructor
PathRef.PathRef(EdgeRef[]) Constructor   
Description

This wraps the ObjectARX AcDbPathRef::AcDbPathRef() method

Visual Basic
Public Sub New(
    edges As EdgeRef[]
)
C#
public PathRef(
    EdgeRef\[\] edges
);
Links
   Comments?